home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
mui
/
muirexx2.2
/
demos
/
muirexxbuild
/
test
/
test.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-07-10
|
438b
|
27 lines
/* Application created by MUIBuild */
address TEST
window COMMAND """quit""" PORT TEST TITLE """A Test"""
menu LABEL "Project"
item COMMAND "quit" PORT TEST LABEL "Quit"
endmenu
group HORIZ
group
label DOUBLE """Label 1:"""
label DOUBLE """Label 2:"""
endgroup
group
string
string
endgroup
endgroup
group HORIZ
space HORIZ
button ICON "MUIREXX:demos/icons/paint"
space HORIZ
endgroup
space
endwindow